Create a user of any role. Admin only.
Authorizations
Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.
Body
POST /manager/users — admin creates an internal user (operator / admin).
The email of the user.
The name of the user.
3 - 32The password of the user.
8The role of the user. Advertisers must be created via /manager/advertisers.
operator, admin The budget of the user.
The credit of the user.
Whether the user is active.
The notification preferences of the user.
Response
Successful Response
Response schema for User read operations.
The user's email address
The user's ID
Whether the user is active
The role of the user.
advertiser, operator, admin The user's budget
The user's credit
Soft deletion timestamp for the user
The user's name
The permissions of the user.
The user's preferences
